Welcome![Sign In][Sign Up]
Location:
Search - binary tree

Search list

[Data structsRebuild-binary-tree

Description: Rebuild binary tree 根据输入的二叉树前序和中序遍历序列重构二叉树,输出对应节点的左右子节点。-Rebuild binary tree
Platform: | Size: 1024 | Author: | Hits:

[Data structsbinary-tree

Description: 二叉树的建立与遍历,非常适合初学者,纯属个人出品,-The establishment and traverse binary tree, very suitable for beginners, produced purely personal,
Platform: | Size: 96256 | Author: duyao | Hits:

[Data structsbinary-tree

Description: 二叉树也是递归定义的,其结点有左右子树之分,逻辑上二叉树有五种基本形态: (1)空二叉树——(a); (2)只有一个根结点的二叉树——(b); (3)右子树为空的二叉树——(c); (4)左子树为空的二叉树——(d); (5)完全二叉树——(e)注意:尽管二叉树与树有许多相似之处,但二叉树不是树的特殊情形-Binary tree is recursively defined, and its sub-tree nodes are so divided, there are five basic logical form of binary tree: (1) empty binary tree- (a) (2) there is only one root node Binary Tree- (b) (3) the right subtree of the binary tree is empty- (c) (4) the left subtree of the binary tree is empty- (d) (5) completely Binary Tree- (e) Note: Although the binary tree and the tree has many similarities, but not the tree, the special case of binary
Platform: | Size: 1277952 | Author: 王晓飞 | Hits:

[Data structsThe-basic-operation-of-a-binary-tree

Description: 二叉树的基本操作 二叉树的基本操作 -The basic operation of a binary tree binary tree binary tree the basic operation of the basic operation of the basic operation of a binary tree
Platform: | Size: 29696 | Author: 廖竹青 | Hits:

[DocumentsBINARY-TREE

Description: this is a binary tree, is made in visual studio c + +, I hope you dear users served.
Platform: | Size: 2410496 | Author: gianjo | Hits:

[Data structsBinary-Tree

Description: 自己输入一个二叉树,再分别用前序、中序、后序法遍历这个二叉树。-Input a binary tree, and then were used to pre-order, in order, after the sequential traversal of this binary tree.
Platform: | Size: 10240 | Author: rosalyn | Hits:

[Data structsbinary-tree

Description: 二叉树 二叉树 二叉树 二叉树 二叉树 二叉树 二叉树-binary tree
Platform: | Size: 1897472 | Author: 张乐 | Hits:

[Data structsImplementation-of-binary-tree

Description: 这个程序很好的介绍了二叉树的实现方法-Good introduction to the program implementation of binary tree method ~ ~
Platform: | Size: 1024 | Author: 解振海 | Hits:

[Data structsbinary-tree

Description: 实现二叉树的各种遍历,层次遍历,先序遍历,后序遍历等-Realize all kinds of a binary tree traverse, LevelOrder Traverse , preorder traversal ,postorder traversal
Platform: | Size: 1024 | Author: xiaoya | Hits:

[Data structsBinary-Tree

Description: 本程序实现了对二叉树的前、中、后和层序的遍历-The program realization of the binary tree before, during, and after the traversal sequence
Platform: | Size: 1024 | Author: | Hits:

[Data structsa-binary-tree

Description: 在采用链式存储结构的二叉树上,以bt指向根结点,p指向任一给定的结点,编程实现求出从根结点到给定结点之间的路径。主要是对二叉树的存储结构及其在二叉链表树上的各种操作加深理解。-The introduction of chain stores on the binary tree structure to point to the root bt, p point to any given node, programming derived from the root to the given path between nodes. Mainly on the binary tree structure and stored in the binary tree list to deepen understanding of various operations.
Platform: | Size: 40960 | Author: as | Hits:

[OtherBinary-Tree-levorder

Description: 用C++实现二叉树中的层次遍历(Binary_tree.cpp中),levorder,用的是队列-Use C++ achieve the the hierarchical traversal (Binary_tree.cpp) binary tree, levorder, the queue
Platform: | Size: 362496 | Author: 王璐 | Hits:

[Data structsBalanced-binary-tree

Description: 手动输入数据,加入到二叉树中,并生成平衡二叉树,对学习C++及数据结构有较大帮助-Manually input data into the binary tree, and generate a balanced binary tree, to learn C++ and data structures have more help
Platform: | Size: 958464 | Author: cwb | Hits:

[Data structsBinary-tree

Description: 给出二叉树的中序和前序或中序和后序回复树并输出-Binary tree in the order given in the preamble or in the order and return after the tree and the output sequence
Platform: | Size: 11264 | Author: 七月 | Hits:

[Windows DevelopBinary-Tree

Description: 实现了二叉树的四种遍历算法,先序遍历,中序遍历,后序遍历,层次遍历,另带有Word文档,其中有程序示例图-Achieved four binary tree traversal algorithm, the first traversal, inorder traversal, postorder traversal, level walk, and the other with a Word document, including procedures for sample map
Platform: | Size: 180224 | Author: 王超 | Hits:

[Data structstraversing-binary-tree

Description: 非递归遍历二叉树Non - recursive traversing binary tree Non - recursive traversing binary tree Non - recursive traversing binary tree -Non- recursive traversing binary tree
Platform: | Size: 106496 | Author: tangzhiyu | Hits:

[Data structsbinary-tree

Description: 1) 用先序递归过程建立二叉树(存储结构:二叉链表) 输入数据按先序遍历所得序列输入,当某节点左子树或右子树为空时,输入‘*’号,如输入abc**d**e** 2) 编写递归算法,计算二叉树中叶子结点的数目。 3)按凹入表方式输出该二叉树。 -1) The process established by the first order recursive binary tree (memory structure: binary list) input data sequence obtained by first traversing the input, when a node in the left subtree or right subtree is empty, enter ' *' number, such as Enter abc** d** e** 2) write a recursive algorithm to calculate a binary tree the number of leaf nodes. 3) The concave form by way of the output of the binary tree.
Platform: | Size: 206848 | Author: phoenix | Hits:

[Data structssome-of-the-binary-tree-algorithm.

Description: 实现二叉树的一些算法,超级经典的算法,各种函数功能的实现-To achieve some of the binary tree algorithm, super-classic algorithm, the realization of various functions functions
Platform: | Size: 1024 | Author: gaoyang | Hits:

[Data structsBinary-tree-creation-and-traversal

Description: 二叉树的创建与遍历建立二叉树左右链存储结构。 对其递归的实现中序,先序,后序遍历。 对其非递归的实现中序,先序,后序遍历。 -Binary tree creation and traversal binary tree set up chain stores around the structure. Recursive implementation of its order, the first order, the order of traversal. Non-recursive implementation of its order, the first order, the order of traversal.
Platform: | Size: 155648 | Author: teddy | Hits:

[Data structsbinary-tree

Description: 1、参考P66建立二叉树的算法,建立图4-13(a)所示二叉树; 2、实现对该二叉树的先、中、后序遍历并输出遍历序列; 3、实现该二叉树的中序遍历非递归算法; 4、实现对该二叉树交换其左右子女的算法。 -1, reference P66 build binary tree algorithm, the establishment of Figure 4-13 (a) shows the binary tree 2, to achieve the binary tree before, during and after the traversal and output through the sequence 3, to achieve the binary tree in order traversal non-recursive algorithm 4, to achieve the binary tree algorithm to exchange their children around.
Platform: | Size: 1024 | Author: 梁小歪 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net